home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / macos / pack1 / files / psts.sit / Photosite Timesaviour / Documentation / docustyle.css < prev    next >
Cascading Style Sheet File  |  2004-04-28  |  1KB  |  73 lines

  1. body
  2. {
  3.     font-family: "Lucida Grande",Geneva,Arial;
  4.     background: white;
  5.     font-size: 13px;
  6. }
  7.  
  8. h1
  9. {    background-color: black; color: white;
  10.     font-size: 18px;    padding: 10px; }
  11.  
  12. h2
  13. {    background-color: black; color: white;
  14.     padding-top: 20px; margin-top: 10px; font-size: 14px;    }
  15.  
  16. h3
  17. {    background-color: black; color: white;
  18.     padding-top: 10px; margin-top: 20px; font-size: 13px; font-weight: bold; }
  19.  
  20. h4
  21. {    font-size: 12px; font-weight: bold; font-style: italic;
  22.     padding-top: 10px; }
  23.  
  24. a.def
  25. {
  26.     color: black;
  27.     background-color: #CCFFCC;
  28.     text-decoration: none;
  29. }
  30.  
  31. ol.guide
  32. {
  33.     background-color: #FFF8DC;
  34.     padding-top: 10px;
  35.     padding-bottom: 10px;
  36. }
  37.  
  38. li { padding-bottom: 0.5em; }
  39.  
  40.  
  41. .tip
  42. {
  43.     background-color: #FFF8DC;
  44.     padding: 10px;
  45. }
  46.  
  47. .tip:before
  48. {
  49.     content: "Tip: ";
  50.     font-weight: bold;
  51. }
  52.  
  53. .warn
  54. {
  55.     background-color: #FFCCCC;
  56.     padding: 10px;
  57.     width: 60%;
  58. }
  59.  
  60. .warn:before
  61. {
  62.     content: "Warning: ";
  63.     font-weight: bold;
  64. }
  65.  
  66. img.inset
  67. {    float: right;    }
  68.  
  69. img.padded
  70. {    border: 5px solid white;    }
  71.  
  72. #filler
  73. {    height: 500px;    }